Contribution org.nuxeo.ecm.core.cache.config--caches
In component org.nuxeo.ecm.core.cache.config
org.nuxeo.ecm.core.cache.config
inside nuxeo-runtime-7.10-HF06.jar /opt/tmp/tmp-explorer/nuxeo-cap-7.10-tomcat/nxserver/config/cache-config.xml
This contribution is part of XML component Extension Point
Extension point caches of component CacheService.Contributed Items
XML Source
<extension point="caches" target="org.nuxeo.ecm.core.cache.CacheService">
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="default-cache">
<ttl>20</ttl><!-- minutes -->
<option name="maxSize">100</option>
<option name="concurrencyLevel">500</option>
</cache>
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-user-entry-cache">
<option name="maxSize">100</option>
<ttl>20</ttl><!-- minutes -->
<option name="concurrencyLevel">500</option>
</cache>
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-user-entry-cache-without-references">
<option name="maxSize">100</option>
<ttl>20</ttl><!-- minutes -->
<option name="concurrencyLevel">500</option>
</cache>
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-group-entry-cache">
<option name="maxSize">100</option>
<ttl>20</ttl><!-- minutes -->
<option name="concurrencyLevel">500</option>
</cache>
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-group-entry-cache-without-references">
<option name="maxSize">100</option>
<ttl>20</ttl><!-- minutes -->
<option name="concurrencyLevel">500</option>
</cache>
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="ldap-user-entry-cache">
<option name="maxSize">100</option>
<ttl>20</ttl><!-- minutes -->
<option name="concurrencyLevel">500</option>
</cache>
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="ldap-user-entry-cache-without-references">
<option name="maxSize">100</option>
<ttl>20</ttl><!-- minutes -->
<option name="concurrencyLevel">500</option>
</cache>
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="ldap-group-entry-cache">
<option name="maxSize">100</option>
<ttl>20</ttl><!-- minutes -->
<option name="concurrencyLevel">500</option>
</cache>
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="ldap-group-entry-cache-without-references">
<option name="maxSize">100</option>
<ttl>20</ttl><!-- minutes -->
<option name="concurrencyLevel">500</option>
</cache>
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-digestauth-entry-cache">
<option name="maxSize">100</option>
<ttl>20</ttl><!-- minutes -->
<option name="concurrencyLevel">500</option>
</cache>
<cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-digestauth-entry-cache-without-references">
<option name="maxSize">100</option>
<ttl>20</ttl><!-- minutes -->
<option name="concurrencyLevel">500</option>
</cache>
</extension>